-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detection : External User Added to Team and Immediately Uploads File #3556
Conversation
This detection identifies an external user is added to a Team or Teams chat and within 1 minute of being added upload a file via the chat.
You may want to specify the kind of join to not lose events of the left table. |
Thank you for the review @ep3p . |
Adding @petebryan as he did the Hunting query that this is based on and he may have tested to see if this type of detection was too noisy for a detection - https://github.com/Azure/Azure-Sentinel/blob/master/Hunting%20Queries/OfficeActivity/UserAddToTeamsAndUploadsFile.yaml.. @petebryan - thoughts? |
@petebryan - please share your thoughts |
@samikroy so when I first created this we didn't have an official Teams connector publicly available yet so we had limited data to determine FP rate. However in the data did show this was potentially quite noisy. It would be good to re-evaluate to see if that is still the case. |
…to External User added to Team and immediately uploads file.yaml
Agree @petebryan , this detection now applies few more filters External User Added > File Uploaded > File is accessed by many users > External user is removed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did some testing and looks like looking only for #EXT# (external users) and checking for within 1m has very low results. Approving and we will watch if alerts start to flood for some customers.
Proposed Changes
This detection identifies an external user is added to a Team or Teams chat
and within 1 minute of being added upload a file via the chat.